home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 May / Designer's Club 1998 May.iso / pc / IDEASRC / DREAM.DIR / 00025_exopen.ls < prev    next >
Encoding:
Text File  |  1998-04-06  |  279 b   |  15 lines

  1. on mouseDown
  2.   puppetSound(2, "click")
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   else
  6.     puppetSound(1, "browser")
  7.   end if
  8.   repeat while the mouseDown
  9.     set the visible of sprite 12 to 0
  10.     updateStage()
  11.   end repeat
  12.   set the visible of sprite 12 to 1
  13.   updateStage()
  14. end
  15.